home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Bluetooth File Exchange.app / Contents / Resources / zh_TW.lproj / Localizable.strings < prev    next >
Encoding:
Text (UTF-16)  |  2004-06-29  |  13.8 KB  |  169 lines

  1. "kSendFileKey"                            = "傳送檔案:“%@”";                /* Send File: foo.txt */
  2. "kSendMultipleFilesKey"                    = "傳送 %d 個檔案⋯";                    /* Send 4 Files... */
  3. "kSendKey"                                = "傳送";                            /* Send *//* Text on device selector button */
  4. "kFileTransferProgressKey"                = "%@ / %@";                        /* 1.8 MB of 2.6 MB" */
  5. "kFileTransferWaitingKey"                = "正在等待⋯";
  6. "kWaitingForReplyKey"                    = "正在等待目標回應⋯";
  7. "kCalculatingKey"                        = "正在計算⋯";                    /* While calculating the transfer time */
  8. "kSecondsLeftKey"                        = "%u 秒鐘(速率 %0u KB/秒)";        /* "5 seconds (at 60 KB/s) */
  9. "kAboutAMinuteLeftKey"                    = "約 1 分鐘(速率 %0u KB/秒)";    /* About a minute (at %0u KB/s) */
  10. "kMinutesLeftKey"                        = "%u 分鐘(速率 %0u KB/秒)";        /* 5 minutes (at 59 KB/s) */
  11. "kHoursLeftKey"                            = "%u 小時 %u 分鐘(速率 %0u KB/秒)";    /* 1 hrs 15 mins (at 32 KB/s) */
  12. "kKBKey"                                = "%u KB";                            /* 5 KB */
  13. "kMBKey"                                = "%u MB";                            /* 10 MB */
  14. "kGBKey"                                = "%u GB";                            /* 15 GB */
  15. "kOpenPanelTitleKey"                    = "選擇要傳送的檔案";            /* Title of open panel for sending a file */
  16.  
  17. "kStoppingTransferKey"                    = "即將停止傳送⋯";                /* In the progress status field when stopping */
  18. "kWaitingSingleStatusKey"                = "正在等待“%@”接受項目。";
  19. "kWaitingMultipleStatusKey"                = "正在等待“%@”接受項目。";
  20. "kBytesKey"                                = "bytes";                            /* Used with number of bytes in status */
  21. "kSendingFileStatusKey"                    = "正在將檔案“%@”傳送到“%@”。";    /* "Sending file "foo.txt" to "bar"." */
  22. "kReceivingFileFromDeviceStatusKey"        = "正在接收來自“%@”的檔案“%@”。";    /* "Receiving file "foo.txt" from "bar"." */
  23. "kReceivingFileStatusKey"                = "正在接收檔案“%@”。";            /* "Receiving file "foo.txt"." */
  24. "kReceivedFileStatusKey"                = "已收到檔案“%@”。";            /* "Received file "foo.txt"." */
  25. "kkSentFileSuccessfullyStatusKey"        = "已成功傳送檔案“%@”。";    /* "File "foo.txt" sent successfully." */
  26.  
  27. "kAlertPanelTitleKey"                    = "Bluetooth 檔案交換程式";        /* Title of all alert panels */
  28. "kOKKey"                                = "好";                                /* OK button title */
  29. "kQuitKey"                                = "結束";                            /* Quit button title */
  30. "kCancelKey"                            = "取消";                            /* Cancel button title */
  31. "kSkipKey"                                = "略過";                            /* Skip button title */
  32. "kCloseKey"                                = "關閉";                            /* Close button title */ 
  33.  
  34. "kSaveTitleKey"                            = "儲存";
  35. "kReplaceButtonKey"                        = "取代";
  36. "kRenameButtonKey"                        = "重新命名";
  37. "kSaveSingleStringKey"                    = "“%@”裡的檔案“%@”已經存在。要取代嗎?";
  38. "kSaveMultipleStringKey"                = "“%@”裡已經有您所選取的檔案了。要取代嗎?";
  39.  
  40. "kDeleteSingleItemTitleKey"                = "刪除項目";
  41. "kDeleteSingleItemDescKey"                = "您確定要刪除所選項目嗎?此項操作將無法還原。";
  42. "kDeleteMultipleItemsTitleKey"            = "刪除項目";
  43. "kDeleteMultipleItemsDescKey"            = "您確定要刪除所選項目嗎?此項操作將無法還原。";
  44.  
  45.  
  46. /* AlertPanel text when target doesn't support OP but does support FTP.  The operation will look the same but over different transport */
  47. "kSendFileToNonOPPTargetQuestionKey"    = "目標不支援“物件強迫”通訊協定,改用 FTP 好嗎?";
  48.  
  49. /* Description text on device selector to send a file */
  50. "kSendDescriptionTextKey"                = "選擇要傳送檔案:“%@”到哪一個裝置上。若要尋找電腦接收範圍內的裝置,請按“搜尋”按鈕一下。";
  51.  
  52. /* Description text on device selector to send multiple files */
  53. "kSendMultipleDescriptionTextKey"        = "選擇要傳送 %d 個檔案到哪一個裝置上。若要尋找電腦接收範圍內的裝置,請按“搜尋”按鈕一下。";
  54.  
  55. /* When unable to create a new device search */
  56. "kSearchCreateErrorKey"                    = "檔案傳送失敗:無法搜尋裝置。Bluetooth 可能並未確實地安裝到系統上。";
  57.  
  58. /* No local Bluetooth device is available */
  59. "kNoLocalDeviceErrorKey"                = "檔案傳送失敗:無法找到本機上的 Blutooth 裝置。請確定您已有系統需要的 Blutooth 裝置,並已正確安裝 Bluetooth 軟體。";
  60.  
  61. /* When unable to open SDP connection or receive an error during SDP query */
  62. "kSearchErrorKey"                        = "檔案傳送失敗:無法讀取裝置上的服務。";
  63.  
  64. /* Internal error indicating no device is selected, but somehow we attempted to send anyway */
  65. "kNoDeviceSelectedErrorKey"                = "檔案傳送失敗:未選擇裝置。";
  66.  
  67. /* When unable to connect to the device */
  68. "kDeviceConnectFailureErrorKey"            = "檔案傳送失敗:無法連接到裝置。";
  69.  
  70. /* When device doesn't have an Object Push service */
  71. "kDeviceUnableToReceiveErrorKey"        = "檔案傳送失敗:裝置無法接收檔案。";
  72.  
  73. // When device doesn't support receiving a certain file type.
  74. "DeviceUnableToReceiveThatTypeOfFileErrorKey" = "檔案傳送失敗:目標裝置不接受您嘗試送出的檔案類型。";
  75.  
  76. // When device doesn't support receiving a certain file type.
  77. "kSendFileToTargetAnywayQuestionKey"    = "目標裝置不接受您嘗試傳送的檔案類型。您仍要試著傳送檔案嗎?";
  78. "kSendFileToTargetAnywayTitleKey"        = "無法接受的檔案類型";
  79. "kSendFileToTargetAnywayButtonKey"        = "強制傳送";
  80.  
  81. /* Error during transfer */
  82. "kAlreadySendingToDeviceKey"            = "有資料正在傳輸至該裝置。請等到目前的傳輸結束後再重試一次。";
  83.  
  84.  
  85. // These are strings that will be seen on the BFE Browse UI as a status string
  86. "kTransferFileOpenErrorKey"                = "檔案傳送失敗:無法打開檔案。";
  87. "kTransferOBEXConnectErrorKey"            = "檔案傳送失敗:無法使用裝置建立 OBEX 連線。";
  88. "kTransferDataSendErrorKey"                = "檔案傳送失敗:無法送出資料。";
  89. "kTransferStoppedErrorKey"                = "檔案傳送失敗:接收者停止或拒絕傳送。";
  90. "kTransferUnknownErrorKey"                = "檔案傳送失敗:在傳送中發生未知的錯誤。";
  91. "kTransferBadMediaErrorKey"                = "檔案傳輸失敗:不受支援的媒體類型。";
  92. "kTransferInternalErrorKey"                = "檔案傳輸失敗:內部錯誤。";
  93.  
  94.  
  95. /* Error during operation */
  96. "kOperationUnknownErrorKey"                = "最後一項操作失敗:發生未知的錯誤(%02x)。";
  97. "kOperationBadRequestErrorKey"            = "最後一項操作失敗:要求錯誤。";
  98. "kOperationConflictErrorKey"            = "最後一項操作失敗:發生衝突。";
  99. "kOperationTooLargeErrorKey"            = "最後一項操作失敗:要求的物件太大。";
  100. "kOperationTooLargeURLErrorKey"            = "最後一項操作失敗:要求的 URL 太長。";
  101. "kOperationNotAcceptableErrorKey"        = "最後一項操作失敗:無法接受。";
  102. "kOperationUnauthorizedErrorKey"        = "最後一項操作失敗:未經授權。";
  103. "kOperationPreconditionErrorKey"        = "最後一項操作失敗:不符合先決條件。";
  104. "kOperationTimeoutErrorKey"                = "最後一項操作失敗:操作逾時。";
  105. "kOperationForbiddenErrorKey"            = "最後一項操作失敗:禁止。";
  106. "kOperationNotSupportedErrorKey"        = "最後一項操作失敗:無法支援。";
  107. "kOperationTimedOutErrorKey"            = "最後一項操作失敗:操作逾時。";
  108.  
  109.  
  110. /* Connection stuff */
  111. "kConnectionOpeningKey"                    = "打開傳送連線⋯";
  112. "kConnectionRefusedKey"                    = "連線遭到拒絕。";
  113. "kConnectionNoneKey"                    = "未連接";
  114. "kConnectionTransportDiedKey"            = "傳輸連線中斷。";
  115. "kConnectionNoTransportKey"                = "沒有傳輸連線。";
  116. "kConnectionCompleteKey"                = "連接到裝置。";
  117. "kConnectionClosedKey"                    = "連線已結束";
  118. "kConnectingKey"                        = "正在連接“%@”⋯";
  119. "kDisconnectingKey"                        = "中斷連接⋯";
  120.  
  121. /* Operation status */
  122. "kStoppingOperationKey"                    = "即將停止操作⋯";
  123. "kOperationStoppedKey"                    = "操作停止。";
  124.  
  125. "kAbortingOperationKey"                    = "正在中斷操作⋯";
  126. "kOperationAbortedKey"                    = "操作已中止。";
  127.  
  128. "kOperationCancelledKey"                = "操作取消。";
  129. "kOperationCompleteKey"                    = "操作完成。";
  130.  
  131. "kTransferCompleteKey"                    = "傳輸完畢!";
  132. "kFailedToGetDirectoryContentsKey"        = "無法取得檔案夾內容(要求錯誤)。";
  133. "kFailedToGetDirectoryContentsUnknownKey" = "無法取得檔案夾內容(未知的錯誤)。";
  134.  
  135. /* Operations */
  136. "kChangingToDefaultFolderKey"            = "變更為預設檔案夾";
  137. "kChangingToPreviousFolderKey"            = "變更至前一個檔案夾";
  138. "kChangingToFolderKey"                    = "變更到檔案夾:“%@”⋯";
  139. "kCreatingFolderKey"                    = "製作檔案夾:“%@”⋯";
  140. "kDeletingItemKey"                        = "刪除項目⋯";
  141. "kGettingFileKey"                        = "正在接受“%@”⋯";
  142. "kGettingFolderListingKey"                = "取得檔案夾內容⋯";
  143.  
  144. "kDefaultDirectoryKey"                    = "<預設目錄>";
  145.  
  146. /* Description override for the Device browser for FTP */
  147. "kBrowseDescriptionKey"                    = "選擇要瀏覽檔案的裝置。若要尋找電腦接收範圍內的裝置,請按“搜尋”按鈕一下。";
  148. "kBrowsePromptKey"                        = "瀏覽";
  149. "kBrowseTitleKey"                        = "瀏覽裝置";
  150.  
  151.  
  152. /* Re-connect stuff */
  153. "kConnectSheetTitleKey"                    = "連線失敗或結束";
  154. "kConnectSheetCloseKey"                    = "關閉";
  155. "kConnectSheetReconnectKey"                = "重新連接";
  156. "kConnectSheetTextKey"                    = "您要重新連接還是關閉此視窗?";
  157.  
  158.  
  159.  
  160. /* No local Bluetooth device is available Title */
  161. //"kNoLocalDeviceFoundExplanationKey"        = "無法找到 Bluetooth 裝置。請確認您有系統要求的 Bluetooth 裝置,以及 Bluetooth 軟體已確實安裝。";
  162.